Full rollout of revamped immersive layout behind A/B test - #16621
Merged
Conversation
frederickobrien
force-pushed
the
revamped-immersives-everywhere
branch
from
August 27, 2026 11:11
d8d92ab to
708c784
Compare
🚀 Image pushed to AWS ECRImage digest: 🐛 Run the image locallyThe following can be used to run the image locally: # Refer to image using the immutable digest. Find alternatives below.
IMAGE_IDENTIFIER="@sha256:42a5623bf2d2ae8c5152ea7d6c5f326bbbbfc84a2fa8bf8de72d1bb81bde2586"
# Refer to image using branch tag
# IMAGE_IDENTIFIER=":branch-revamped-immersives-everywhere"
# Refer to image using build tag
# IMAGE_IDENTIFIER=":build-30672"
# Refer to image via the GitHub commit SHA tag
# IMAGE_IDENTIFIER=":sha-fc904a26d324147c1fe5b305baae145b7c56c096"
# Set environment variables for the AWS CLI
AWS_PROFILE="<A_PROFILE_FROM_JANUS>"
AWS_DEFAULT_REGION="eu-west-1"
IMAGE_ACCOUNT_ID=$(aws ssm get-parameter --name /organisation/accounts/deployTools --query "Parameter.Value" --output text)
REGISTRY="${IMAGE_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com"
IMAGE="${REGISTRY}/guardian/dotcom-rendering${IMAGE_IDENTIFIER}"
# Login to AWS ECR https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry_auth.html
aws ecr get-login-password | docker login --username AWS --password-stdin $REGISTRY
# Pull the image
docker pull $IMAGE
# Run the image. You'll likely need to set additional flags. See https://docs.docker.com/reference/cli/docker/container/run.
docker run $IMAGE |
frederickobrien
force-pushed
the
revamped-immersives-everywhere
branch
from
August 27, 2026 11:36
708c784 to
ef3998a
Compare
frederickobrien
force-pushed
the
revamped-immersives-everywhere
branch
from
August 28, 2026 16:12
5472a21 to
2e002dc
Compare
frederickobrien
marked this pull request as ready for review
September 1, 2026 08:44
frederickobrien
force-pushed
the
revamped-immersives-everywhere
branch
from
September 1, 2026 08:44
2e002dc to
0497cbf
Compare
|
Hello 👋! When you're ready to run Chromatic, please apply the You will need to reapply the label each time you want to run Chromatic. |
cemms1
reviewed
Sep 1, 2026
frederickobrien
force-pushed
the
revamped-immersives-everywhere
branch
from
September 1, 2026 11:04
67412b8 to
3401971
Compare
frederickobrien
force-pushed
the
revamped-immersives-everywhere
branch
from
September 1, 2026 19:26
d9073d8 to
fc904a2
Compare
|
Seen on PROD (merged by @frederickobrien 8 minutes and 44 seconds ago) Please check your changes! |
This was referenced Sep 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rather than getting into a rebase nightmare in #15922 following #16506, this is a clean run at a wider rollout of the new immersive designs.
This pull request:
Add
?ab-articles-and-publishing-revamped-immersive-layout=enableto the end of a Guardian url to opt in.Opt in and go to an immersive piece and you should be met with the new look:
Rather than the old one:
We can follow up on this pull request with further adjustments and fixes until we're happy to roll out the change for real. At that point we can delete the old
ImmersiveLayoutentirely and get a drink to celebrate.